home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / plane.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  283 b   |  9 lines

  1. // An infinite planar surface
  2. // plane {<A, B, C>, D } where: A*x + B*y + C*z = D
  3. plane
  4. {
  5.   y, // <X Y Z> unit surface normal, vector points "away from surface"
  6.   -1.0 // distance from the origin in the direction of the surface normal
  7.   hollow on // has an inside pigment?
  8. }
  9.